home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-04-15 | 633 b | 23 lines |
- CPP = gcc2 -Fcc2pluss200 #200 -Fcccp2s200
- CFLAGS = -I../Include -gg -c
- ODIR = ../CMDS
- PROGRAM = PrintLabels
- LFLAGS = -gg -l../Lib/libr.l -lgpp000 -liostream000 -lgcc -los9lib.l -s 30 -v
-
- SRCS = PrintLabels.cc
-
- OBJS = PrintLabels.r
-
- $(ODIR)/$(PROGRAM) : $(OBJS) ../Lib/libr.l
- $(CPP) $(LFLAGS) $(OBJS) -o $(ODIR)/$(PROGRAM)
-
- PrintLabels.r : PrintLabels.cc PrintLabels.h ../Include/common.h \
- ../Include/vm.h ../Include/vBTree.h \
- ../Include/Card.h ../Include/CardRecord.h \
- ../Include/ListRecord.h ../Include/PTree.h
- $(CPP) $(CFLAGS) PrintLabels.cc -o PrintLabels.r
-
- PrintLabels.h : PrintLabels.arg
- makeargprc PrintLabels
-
-